From 627555bc21bc6cdc6cd984284a4ce9a6d1f43193 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Tue, 2 Feb 2021 11:22:36 -0500 Subject: [PATCH] Prepare new upload. --- debian/changelog | 13 +++++++++++++ debian/control | 3 --- debian/rules | 5 +---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 309344d..1d84228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium + + * debian/rules: Enable dh_doxygen integration. + * Drop unnecessary build dependencies. (Closes: #981606) + * debian/control: Drop build-dependency on libjs-jquery, let + dh_doxygen handle it. + * debian/control: Drop build-dependency on graphviz. Doxyfile + did not enable HAVE_DOT. + * debian/control: Drop build-dependency on dartz. Currently opencc + uses its vendored copy. + + -- Boyuan Yang Tue, 02 Feb 2021 11:22:28 -0500 + opencc (1.1.1+git20200624+ds2-4) unstable; urgency=medium * Build-depends on pkg-kde-tools to handle symbols. diff --git a/debian/control b/debian/control index 7381792..cbfb2e8 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,6 @@ Build-Depends: darts, debhelper-compat (= 13), doxygen, - graphviz, - libjs-jquery, libmarisa-dev, libtclap-dev, python3:any, @@ -32,7 +30,6 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: - libjs-jquery, libopencc1.1 (= ${binary:Version}), ${misc:Depends}, Suggests: diff --git a/debian/rules b/debian/rules index 33fa226..70acce0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/architecture.mk %: - dh $@ --buildsystem=cmake --with pkgkde_symbolshelper + dh $@ --buildsystem=cmake --with pkgkde_symbolshelper,doxygen override_dh_auto_configure: dh_auto_configure -- \ @@ -19,9 +19,6 @@ override_dh_auto_configure: -DBUILD_DOCUMENTATION=ON \ -DBUILD_BUNDLED_LIBMARISA=OFF -execute_after_dh_auto_install: - ln -sf /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/opencc/doc/html/jquery.js - execute_after_dh_auto_clean: find . -name *.pyc -delete -- 2.30.2